Skip to main content

2.7.2. Querry string parametrs

Parametrs

ParameterDescriptionMandatoryTypeNotes
countryCountry codeYes
contract_numContract number
fiscal_idTax identification number
package_codePackage codeSearch performed using substring matching
service_codeService codeSearch performed using substring matching

Code structure

{
"country": "",
"contract_num": "",
"fiscal_id": "",
"package_code": "",
"service_code": ""
}

Field Descriptions

  • country – Country code, required
  • contract_num – Contract number
  • fiscal_id – Tax identification number
  • package_code – Package code (search is performed using partial match)
  • service_code – Service code (search is performed using partial match)